@media (min-width: 1500px) {
    /*#footer {
		background-color: #012934;
		background-image: url(../image/footer/footerBackground.jpg);
		height: auto !important;
		display: flex;
		vertical-align: middle;
		line-height: 100%;
	}*/
}

#productsTextCarousel {
    width: 100%;
}

.productsHeaderBackground {
    background: url("../image/predics/header1.jpg");
    background-size: cover;
    background-position: center;
    max-height: 1020px;
    background: #111 url(../image/predics/header1.jpg) no-repeat 0px 0px;
    background-size: 100% auto;
    min-height: 100%;
}

@media (max-width: 1025px) {
    .productsHeaderBackground {
        height: auto;
        max-height: none;
        min-height: auto;
        padding-bottom: 50px !important;
    }
    .productsMainHeaderContainer {
        height: auto !important;
        padding-bottom: 50px !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        display: table;
        overflow: hidden;
    }
}

.productsHeaderBackground .productsInnerHeaderBackground {
    background: url("../image/predics/header1.jpg");
    height: 850px;
    max-height: 1020px;
    background-size: cover;
    background-color: #03141c;
}

.productsInnerHeaderBackground {
    background-size: cover;
}

.productsMainHeaderContainer .fullscreenPadding img {
    max-height: 300px;
    margin-top: 5%;
    margin-bottom: 20%;
}

.productsMainHeaderContainer a:hover {
    color: #f6aa02;
}

.productsMainHeaderContainer .productsItem {
    height: 54px;
}

.productsWhiteHeightSpace {
    height: 100px;
}

.productsGreyBackground {
    background-color: #fbfbfb;
}

.productsCarouselBottomBar {
    background-color: #ffffff;
    bottom: 0;
    height: 75px;
    padding-right: 10px;
}

.productsCarouselBottomBar a {
    color: #9d9d9d;
}

.productsCarouselBottomBar a:hover {
    color: #000000;
}

.productsCarouselBottomBar .active {
    color: #fab724;
}

.productsCarouselBottomButtonBarContainer {
    bottom: 0;
    left: 15px;
    height: 75px;
}

.productsCarouselBottomButtonBar {
    background-color: #133d4d;
    opacity: 0.7;
}

.productsMiddleBackground {
    background-image: url(../image/mainPage/careerBackground.jpg);
    background-size: cover;
    background-position: center;
}

.productsCarouselSliderLeftSlideArrow {
    top: 45%;
    left: 10px;
    cursor: pointer;
    user-select: none;
    height: 36px;
    width: 36px;
    margin-top: 9px !important;
}

.productsCarouselSliderLeftSlideArrow div {
    font-size: large;
    color: #ffffff;
    padding-left: 7px;
    padding-top: 4px;
}

.productsCarouselSliderLeftSlideArrow:hover div {
    padding-left: 10px;
}

#footer {
    background-color: #012934;
    background-image: url(../image/predics/footerwp.jpg);
    background-repeat: round;
    height: 60%;
    display: flex;
    vertical-align: middle;
    line-height: 100%;
}

.productsCarouselSliderRightSlideArrow {
    top: 45%;
    right: 10px;
    cursor: pointer;
    user-select: none;
    font-size: large;
    color: #ffffff;
    padding-left: 4px;
    padding-top: 3px;
    height: 36px;
    width: 36px;
    margin-top: 9px !important;
}

.productsCarouselSliderRightSlideArrow div {
    font-size: large;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-top: 4px;
}

.productsCarouselSliderRightSlideArrow:hover div {
    padding-left: 17px;
}

@media (max-width: 770px) {
    #footer {
        height: auto;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .productsHeaderBackground {
        background-size: cover;
        padding-bottom: 0 !important;
        background-size: inherit;
    }
}